projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a38f62
)
range: Don't call calc_slider() on value changes
author
Timm Bäder
<mail@baedert.org>
Sat, 17 Feb 2018 14:25:06 +0000
(15:25 +0100)
committer
Timm Bäder
<mail@baedert.org>
Fri, 23 Feb 2018 09:47:05 +0000
(10:47 +0100)
calc_slider() updates the slider visibility, but that can only change if
the upper or lower change.
gtk/gtkrange.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.c
b/gtk/gtkrange.c
index 6c88c23c2c161a5bbc2aaeb19d328ef5838c8ae1..2b4066ead79c31c70ce2b812b4e5a698cb0d459d 100644
(file)
--- a/
gtk/gtkrange.c
+++ b/
gtk/gtkrange.c
@@
-2376,8
+2376,6
@@
gtk_range_adjustment_value_changed (GtkAdjustment *adjustment,
{
GtkRange *range = GTK_RANGE (data);
- gtk_range_calc_slider (range);
-
/* Note that we don't round off to priv->round_digits here.
* that's because it's really broken to change a value
* in response to a change signal on that value; round_digits